Format image file information
Previous  Top  Next

Image file info format strings are composed from specifiers that represent values to be inserted into the formatted string.

   In the following table, specifiers are given in lower case. Case is ignored in formats.

   
Specifier
Displays
f
Displays file name without extension, e.g. imagefile
ff
Displays file name with extension, e.g. imagefile.jpg
fff
Displays file folder, e.g. c:\my pictures
ffff
Displays full path to the file, e.g. c:\my pictures\imagefile.jpg.
s
Displays original file size in KB, e.g. 121KB.
ss
Displays original file size in bytes, e.g. 121,088.
w
Displays original image width in pixels, e.g. 1024.
ww
Displays target image width in pixels, e.g. 640.
h
Displays original image height in pixels, e.g. 768.
hh
Displays target image height in pixels, e.g. 480.
c
Displays image color depth in bit, e.g. 24 bit.


See also:
Insert EXIF or other data into text watermark

Rename images